systemd.network.networks.<name>.pfifoConfig

Each attribute in this set specifies an option in the [PFIFO] section of the unit. See systemd.network(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  PacketLimit = "300";
  Parent = "ingress";
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>